home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fritz: All Fritz
/
All Fritz.zip
/
All Fritz
/
FILES
/
DATAUTIL
/
MAILA294.LZH
/
INSTALL.BAT
< prev
next >
Wrap
DOS Batch File
|
1988-05-24
|
2KB
|
37 lines
REM *******************************************************************
REM ** **
REM ** This batch file must be in drive A and will install **
REM ** MAILALL and all its files on any other disk drive you **
REM ** have specified. If you only typed in the name INSTALL and **
REM ** did not enter a drive letter then enter Ctrl-Break or **
REM ** Ctrl-C to abort this program. See the file called readme.doc **
REM ** for more info. If you are ready to install MAILALL then: **
REM ** **
REM *******************************************************************
pause
%1
cd\
md mailall
copy a:mailall.exe %1\mailall
copy a:mailall.man %1\mailall
copy a:printman.bat %1\mailall
copy a:demo.dat %1\mailall
copy a:label.dat %1\mailall
copy a:mailall.pif %1\mailall
copy a:mmdemo.doc %1\mailall
copy a:mmdemoda.doc %1\mailall
copy a:mafilnam.dat %1\mailall
copy a:wsdemo.let %1\mailall
copy a:wsdemo.mm %1\mailall
copy a:readme.doc %1\mailall
REM
REM ***********************************************************
REM ** **
REM ** MAILALL should now be installed on drive %1\mailall. **
REM ** To start up mailall from disk %1 enter the following **
REM ** commands: **
REM ** %1<enter> **
REM ** cd\mailall<enter> **
REM ** mailall<enter> **
REM ** **
REM ***********************************************************